raar.settings
Class RASettings

java.lang.Object
  extended by raar.settings.RASettings
All Implemented Interfaces:
java.io.Serializable

public class RASettings
extends java.lang.Object
implements java.io.Serializable

General settings.

Undocumented in JavaDoc.

See Also:
Serialized Form

Constructor Summary
RASettings()
           
 
Method Summary
 int getMaxRuns()
           
 double getRealTolerance()
           
 void init()
           
 void setMaxRuns(int d)
           
 void setRealTolerance(double i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RASettings

public RASettings()
Method Detail

init

public void init()

setMaxRuns

public void setMaxRuns(int d)

setRealTolerance

public void setRealTolerance(double i)

getMaxRuns

public int getMaxRuns()

getRealTolerance

public double getRealTolerance()